cmake $<TARGET_PDB_FILE_NAME> examples

qbittorrent/qBittorrent src/app/CMakeLists.txt :154

target_link_options(qbt_app PUBLIC
                /DEBUG
                /PDBALTPATH:$<TARGET_PDB_FILE_NAME:qbt_app>
            )